home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3cnumes.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.1 KB  |  43 lines

  1.  
  2. // JavaScript wrapper for r3cnumes.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_CSNUME_H = 1;
  7. include("real/raytr/r3frbob.js")
  8.  
  9.  
  10. var R3CLID_CNUMESH = 748;
  11.  
  12.  
  13.  
  14.  
  15. var R3CNUA_Points = 748500; // r3Vect4[]
  16. var R3CNUA_OrderU = 748501; // Integer
  17. var R3CNUA_OrderV = 748502; // Integer
  18. var R3CNUA_CountU = 748503; // Integer
  19. var R3CNUA_CountV = 748504; // Integer
  20. var R3CNUA_KnotsU = 748505; // Number[]
  21. var R3CNUA_KnotsV = 748506; // Number[]
  22. var R3CNUA_ClosedU = 748507; // Boolean
  23. var R3CNUA_ClosedV = 748508; // Boolean
  24. var R3CNUA_InvertTrims = 748509; // Boolean
  25. var R3CNUA_TrimOperation = 748511; // Integer
  26. var R3CNUA_Quality = 748512; // Integer
  27. var R3CNUA_MaxDisplacement = 748513; // Number
  28. var R3CNUA_NoPhongCorrection = 748514; // Boolean
  29. var R3CNU_OR = 0;
  30. var R3CNU_AND = 1;
  31. var R3CNU_XOR = 2;
  32.  
  33.  
  34. function r3Cnumesh () { 
  35.    this.base = r3God;
  36.    if(arguments.length) {
  37.       this.base(R3CLID_CNUMESH, arguments);
  38.    }
  39.    // Attributes
  40. }
  41.  
  42. r3Cnumesh.prototype=new r3Frsurface;
  43. // r3cnumes.h_H